'Declaration <ExtensionAttribute()> Public Overloads Shared Sub Draw( _
ByVal imageThe image to draw.As VintasoftImage, _
ByVal graphicsThe System.Drawing.Graphics object, where image must be drawn.As System.Drawing.Graphics, _
ByVal destPointsArray of three System.Drawing.PointF structures that define a parallelogram.() As System.Drawing.PointF, _
ByVal srcRectRectangle structure that specifies the location and size of the drawn image.As System.Drawing.RectangleF _
)
[Extension()] public static void Draw(
VintasoftImage image,
System.Drawing.Graphics graphics,
System.Drawing.PointF[] destPoints,
System.Drawing.RectangleF srcRect
)
[Extension()] public: static void Draw(
VintasoftImage* image,
System.Drawing.Graphics* graphics,
System.Drawing.PointF[]* destPoints,
System.Drawing.RectangleF* srcRect
)
[Extension()] public:
static void Draw(
VintasoftImage^ image,
System.Drawing.Graphics^ graphics,
array<System.Drawing.PointF>^ destPoints,
System.Drawing.RectangleF^ srcRect
)
Parameters
- image
- The image to draw.
- graphics
- The System.Drawing.Graphics object, where image must be drawn.
- destPoints
- Array of three System.Drawing.PointF structures that define a parallelogram.
- srcRect
- Rectangle structure that specifies the location and size of the drawn image.